home *** CD-ROM | disk | FTP | other *** search
- From: Dynamic_Don@msn.com (Don Pearson)
- Subject: RE: New to C++, Visual C++, or Borland? Please start me off right. Thanks!
- Date: 8 Feb 96 04:51:59 -0800
- References: <rainbow-2708561343360001@ix-mad1-25.ix.netcom.com>
- Message-ID: <00001a81+00009ca9@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- I've been doing the same investigations lately. I too used to be a
- dinosaur of the Fortran/Mainframe 1970s vintage. Last year, I bought
- Borland C++ 4.02 and worked a year in my spare time at home learning
- C++ and Windows software development. It's not easy picking up both
- aspects! I learned to concentrate on writing simple utility
- functions using C++ (classes as they are called there) and running
- them via a bench program driver with hardwired inputs. Then I
- tackled GUIs and application classes.
-
- For Xmas, I upgraded from my 386/20mhz machine to a Pentium/133 mhz.
- Now I'm looking into either upgrading to Borland C++ or MS Visual
- C++. Here's 2 important items I found that will affect my decision:
-
- (1) Borland's C++ is tied into their Object Windows Library (OWL)
- which is the library used when you contruct much of your Windows
- graphics (the scroll bars, buttons, text fields,etc). Microsoft's
- compiler uses the Microsoft Foundation Class (MFC) for that same
- stuff. If you select one, you'll probably stick with it. I started
- with OWL, but would really rather switch over to MFC now before I
- write too too much code. It seems to me that MFC is much more
- baselined in the world nowadays.
-
- (2) Borland C++ requires less of a machine to run on than Microsoft.
- It runs on a 386 or higher and can be used to easily develop
- applications which work both with Windows 3.1 and Win95. Microsoft
- on the other hand suggests a minimum of a Pentium with 16M RAM.
- That's quite a tall order! It also only easily generates
- applications for Win95 (although I think that one can work and get a
- Windows3.1 capability).
-
- Just some things to consider! Let me know if you find out any other
- neat stuff.
-